home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue70 / DBEX / Listing3.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  2001-04-30  |  106 b   |  4 lines

  1. SQLConnection1.TableScope:=[tsView];
  2. SQLDataSet1.SetSchemaInfo(stTables, '', '');
  3. ClientDataSet1.Open;
  4.